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