'Declaration <DefaultValueAttribute(Undefined)> <DescriptionAttribute("A compression, which should be applied to the data of image-resources.")> Public Property ImageResourceCompression As Vintasoft.Imaging.Pdf.PdfCompression
[DefaultValue(Undefined)] [Description("A compression, which should be applied to the data of image-resources.")] public Vintasoft.Imaging.Pdf.PdfCompression ImageResourceCompression { get; set; }
[DefaultValue(Undefined)] [Description("A compression, which should be applied to the data of image-resources.")] public: __property Vintasoft.Imaging.Pdf.PdfCompression get_ImageResourceCompression(); public: __property void set_ImageResourceCompression(
Vintasoft.Imaging.Pdf.PdfCompression value
);
[DefaultValue(Undefined)] [Description("A compression, which should be applied to the data of image-resources.")] public:
property Vintasoft.Imaging.Pdf.PdfCompression ImageResourceCompression { Vintasoft.Imaging.Pdf.PdfCompression get(); void set(Vintasoft.Imaging.Pdf.PdfCompression value); }
Property Value
PdfCompression.Undefined - сжатие ресурсов изображения НЕ должно быть изменено.
Значение по умолчанию - PdfCompression.Undefined.
Значение по умолчанию - PdfCompression.Undefined.