VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Print Namespace / ImagePrintDocument Class / UseVectorRendering Property
Syntax Requirements SeeAlso
In This Topic
    UseVectorRendering Property (ImagePrintDocument)
    In This Topic
    Gets or sets a value indicating whether vector rendering must be used for printing of PDF and DOCX pages.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A value indicating whether vector rendering must be used for printing of PDF and DOCX pages.")>
    <DefaultValueAttribute(True)>
    Public Property UseVectorRendering As Boolean
    
    
    [Description("A value indicating whether vector rendering must be used for printing of PDF and DOCX pages.")]
    [DefaultValue(True)]
    public bool UseVectorRendering { get; set; }
    
    
    [Description("A value indicating whether vector rendering must be used for printing of PDF and DOCX pages.")]
    [DefaultValue(True)]
    public: __property bool get_UseVectorRendering();
    public: __property void set_UseVectorRendering(
    bool value
    );
    [Description("A value indicating whether vector rendering must be used for printing of PDF and DOCX pages.")]
    [DefaultValue(True)]
    public:
    property bool UseVectorRendering { bool get(); void set(bool value); }

    Property Value

    True - vector rendering must be used for printing of PDF, DOCX and XLSX pages; false - raster rendering must be used for printing of PDF, DOCX and XLSX pages.
    Default value is true.
    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