'Declaration
<CategoryAttribute("PDF")> <DescriptionAttribute("Enables the downscaling of large images in a PDF page.")> <DefaultValueAttribute(True)> Public Property DownscaleLargeImages As Boolean
'Usage
Dim instance As PDFPageView Dim value As Boolean instance.DownscaleLargeImages = value value = instance.DownscaleLargeImages
[Category("PDF")] [Description("Enables the downscaling of large images in a PDF page.")] [DefaultValue(true)] public bool DownscaleLargeImages {get; set;}
[Category("PDF")] [Description("Enables the downscaling of large images in a PDF page.")] [DefaultValue(true)] public: __property bool get_DownscaleLargeImages(); public: __property void set_DownscaleLargeImages( bool value );
[Category("PDF")] [Description("Enables the downscaling of large images in a PDF page.")] [DefaultValue(true)] public: property bool DownscaleLargeImages { bool get(); void set ( bool value); }