'Declaration <DefaultValueAttribute(Undefined)> <CategoryAttribute("Grayscale images")> <DescriptionAttribute("Image compression for grayscale images.")> Public Property GrayscaleImagesCompression As Vintasoft.Imaging.Pdf.PdfCompression
[DefaultValue(Undefined)] [Category("Grayscale images")] [Description("Image compression for grayscale images.")] public Vintasoft.Imaging.Pdf.PdfCompression GrayscaleImagesCompression { get; set; }
[DefaultValue(Undefined)] [Category("Grayscale images")] [Description("Image compression for grayscale images.")] public: __property Vintasoft.Imaging.Pdf.PdfCompression get_GrayscaleImagesCompression(); public: __property void set_GrayscaleImagesCompression(
Vintasoft.Imaging.Pdf.PdfCompression value
);
[DefaultValue(Undefined)] [Category("Grayscale images")] [Description("Image compression for grayscale images.")] public:
property Vintasoft.Imaging.Pdf.PdfCompression GrayscaleImagesCompression { Vintasoft.Imaging.Pdf.PdfCompression get(); void set(Vintasoft.Imaging.Pdf.PdfCompression value); }
Property Value
PdfCompression.Undefined - image compression must not be changed.
Default value is PdfCompression.Undefined.
Default value is PdfCompression.Undefined.