'Declaration <DescriptionAttribute("A compression, which should be applied to the data of image-resources.")> <DefaultValueAttribute(Undefined)> Public Property ImageResourceCompression As Vintasoft.Imaging.Pdf.PdfCompression
[Description("A compression, which should be applied to the data of image-resources.")] [DefaultValue(Undefined)] public Vintasoft.Imaging.Pdf.PdfCompression ImageResourceCompression { get; set; }
[Description("A compression, which should be applied to the data of image-resources.")] [DefaultValue(Undefined)] public: __property Vintasoft.Imaging.Pdf.PdfCompression get_ImageResourceCompression(); public: __property void set_ImageResourceCompression(
Vintasoft.Imaging.Pdf.PdfCompression value
);
[Description("A compression, which should be applied to the data of image-resources.")] [DefaultValue(Undefined)] public:
property Vintasoft.Imaging.Pdf.PdfCompression ImageResourceCompression { Vintasoft.Imaging.Pdf.PdfCompression get(); void set(Vintasoft.Imaging.Pdf.PdfCompression value); }
Property Value
PdfCompression.Undefined - compression of image-resources must NOT be changed.
Default value is PdfCompression.Undefined.
Default value is PdfCompression.Undefined.