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