VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfSimplifyContentCommand Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    PdfSimplifyContentCommand Class
    In This Topic
    A processing command that allows to simplify the vector graphics of PDF document content.
    Object Model
    PdfRenderingSettings ColorManagementDecodeSettings PdfCompressionSettings PdfSimplifyContentCommand
    Syntax
    'Declaration
    
    Public Class PdfSimplifyContentCommand
       Inherits PdfPageConverterCommand
    
    
    public class PdfSimplifyContentCommand : PdfPageConverterCommand
    
    
    public __gc class PdfSimplifyContentCommand : public PdfPageConverterCommand*
    
    
    public ref class PdfSimplifyContentCommand : public PdfPageConverterCommand^
    
    
    Remarks

    The command simplifies each graphics PDF content (text, annotations, patterns, forms) to the following operations:

    • Set color in RGB color space
    • Fill and draw a graphics path
    • Draw an image
    • Clip operation

    Inheritance Hierarchy
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also