'Declaration <DefaultValueAttribute(Auto)> <DescriptionAttribute("The compression of an image-resource, where overlay image must be stored.")> Public Property OverlayImageResourceCompression As Vintasoft.Imaging.Pdf.PdfCompression
[DefaultValue(Auto)] [Description("The compression of an image-resource, where overlay image must be stored.")] public Vintasoft.Imaging.Pdf.PdfCompression OverlayImageResourceCompression { get; set; }
[DefaultValue(Auto)] [Description("The compression of an image-resource, where overlay image must be stored.")] public: __property Vintasoft.Imaging.Pdf.PdfCompression get_OverlayImageResourceCompression(); public: __property void set_OverlayImageResourceCompression(
Vintasoft.Imaging.Pdf.PdfCompression value
);
[DefaultValue(Auto)] [Description("The compression of an image-resource, where overlay image must be stored.")] public:
property Vintasoft.Imaging.Pdf.PdfCompression OverlayImageResourceCompression { Vintasoft.Imaging.Pdf.PdfCompression get(); void set(Vintasoft.Imaging.Pdf.PdfCompression value); }