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