'Declaration <DefaultValueAttribute(False)> <CategoryAttribute("Resources")> <DescriptionAttribute("A value indicating whether the command must change PDF stream with LZW compression to Flate (ZIP) compression.")> Public Property UseFlateInsteadLzwCompression As Boolean
[DefaultValue(False)] [Category("Resources")] [Description("A value indicating whether the command must change PDF stream with LZW compression to Flate (ZIP) compression.")] public bool UseFlateInsteadLzwCompression { get; set; }
[DefaultValue(False)] [Category("Resources")] [Description("A value indicating whether the command must change PDF stream with LZW compression to Flate (ZIP) compression.")] public: __property bool get_UseFlateInsteadLzwCompression(); public: __property void set_UseFlateInsteadLzwCompression(
bool value
);
[DefaultValue(False)] [Category("Resources")] [Description("A value indicating whether the command must change PDF stream with LZW compression to Flate (ZIP) compression.")] public:
property bool UseFlateInsteadLzwCompression { bool get(); void set(bool value); }
Property Value
True - команда должна изменить поток PDF со сжатием LZW на сжатие Flate (ZIP); false - команда НЕ должна изменять поток PDF со сжатием LZW.
Значение по умолчанию - false.
Значение по умолчанию - false.