'Declaration <DescriptionAttribute("A compression of images layer.")> <DefaultValueAttribute(Jpeg)> Public Property ImagesLayerCompression As Vintasoft.Imaging.Pdf.PdfCompression
[Description("A compression of images layer.")] [DefaultValue(Jpeg)] public Vintasoft.Imaging.Pdf.PdfCompression ImagesLayerCompression { get; set; }
[Description("A compression of images layer.")] [DefaultValue(Jpeg)] public: __property Vintasoft.Imaging.Pdf.PdfCompression get_ImagesLayerCompression(); public: __property void set_ImagesLayerCompression(
Vintasoft.Imaging.Pdf.PdfCompression value
);
[Description("A compression of images layer.")] [DefaultValue(Jpeg)] public:
property Vintasoft.Imaging.Pdf.PdfCompression ImagesLayerCompression { Vintasoft.Imaging.Pdf.PdfCompression get(); void set(Vintasoft.Imaging.Pdf.PdfCompression value); }
Property Value
Значение по умолчанию - PdfCompression.Jpeg.