VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / PdfRenderingSettings Class / ContentRenderer Property
Syntax Requirements SeeAlso
In This Topic
    ContentRenderer Property (PdfRenderingSettings)
    In This Topic
    Gets or sets the content renderer that customizes content rendering algorithm.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property ContentRenderer As Vintasoft.Imaging.Pdf.PdfContentRenderer
    
    
    [Browsable(False)]
    public Vintasoft.Imaging.Pdf.PdfContentRenderer ContentRenderer { get; set; }
    
    
    [Browsable(False)]
    public: __property Vintasoft.Imaging.Pdf.PdfContentRenderer* get_ContentRenderer();
    public: __property void set_ContentRenderer(
    Vintasoft.Imaging.Pdf.PdfContentRenderer* value
    );
    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