'Declaration <DesignerSerializationVisibilityAttribute(Hidden)> <BrowsableAttribute(False)> Public Property ImageRenderingSettings As Vintasoft.Imaging.Codecs.Decoders.RenderingSettings
[DesignerSerializationVisibility(Hidden)] [Browsable(False)] public Vintasoft.Imaging.Codecs.Decoders.RenderingSettings ImageRenderingSettings { get; set; }
[DesignerSerializationVisibility(Hidden)] [Browsable(False)] public: __property Vintasoft.Imaging.Codecs.Decoders.RenderingSettings* get_ImageRenderingSettings(); public: __property void set_ImageRenderingSettings(
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings* value
);
[DesignerSerializationVisibility(Hidden)] [Browsable(False)] public:
property Vintasoft.Imaging.Codecs.Decoders.RenderingSettings^ ImageRenderingSettings { Vintasoft.Imaging.Codecs.Decoders.RenderingSettings^ get(); void set(Vintasoft.Imaging.Codecs.Decoders.RenderingSettings^ value); }
Property Value
null - rendering settings of rendering image (VintasoftImage.RenderingSettings) is used for rendering the image;
not null - rendering settings of image viewer (ImageRenderingSettings) is used for rendering the image.
not null - rendering settings of image viewer (ImageRenderingSettings) is used for rendering the image.