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