'Declaration <DescriptionAttribute("Gets or sets a value indicating the way of vector format images rendering.")> <BrowsableAttribute(True)> <DefaultValueAttribute()> <CategoryAttribute("PageView Properties")> Public Property VectorFormatsRendering As VectorFormatsRendering
'Usage Dim instance As PageView Dim value As VectorFormatsRendering instance.VectorFormatsRendering = value value = instance.VectorFormatsRendering
[Description("Gets or sets a value indicating the way of vector format images rendering.")] [Browsable(true)] [DefaultValue()] [Category("PageView Properties")] public VectorFormatsRendering VectorFormatsRendering {get; set;}
[Description("Gets or sets a value indicating the way of vector format images rendering.")] [Browsable(true)] [DefaultValue()] [Category("PageView Properties")] public: __property VectorFormatsRendering get_VectorFormatsRendering(); public: __property void set_VectorFormatsRendering( VectorFormatsRendering value );
[Description("Gets or sets a value indicating the way of vector format images rendering.")] [Browsable(true)] [DefaultValue()] [Category("PageView Properties")] public: property VectorFormatsRendering VectorFormatsRendering { VectorFormatsRendering get(); void set ( VectorFormatsRendering value); }