'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 - command must recompress PDF stream with Flate (ZIP) compression; false - command must NOT recompress PDF stream with Flate (ZIP) compression.
Default value is false.
Default value is false.