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