'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 - сжатие ресурсов изображения НЕ должно быть изменено.
Значение по умолчанию - PdfCompression.Undefined.
Значение по умолчанию - PdfCompression.Undefined.