'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether vector rendering must be used for printing of PDF and DOCX pages.")> Public Property UseVectorRendering As Boolean
[DefaultValue(True)] [Description("A value indicating whether vector rendering must be used for printing of PDF and DOCX pages.")] public bool UseVectorRendering { get; set; }
[DefaultValue(True)] [Description("A value indicating whether vector rendering must be used for printing of PDF and DOCX pages.")] public: __property bool get_UseVectorRendering(); public: __property void set_UseVectorRendering(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether vector rendering must be used for printing of PDF and DOCX pages.")] public:
property bool UseVectorRendering { bool get(); void set(bool value); }
Property Value
True - для печати PDF страниц, DOCX и XLSX необходимо использовать векторный рендеринг; false - для печати PDF страниц, DOCX и XLSX необходимо использовать растровую визуализацию.
Значение по умолчанию - true.
Значение по умолчанию - true.