ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / PageView Class / AnnotationScaleSettings Property




In This Topic
    AnnotationScaleSettings Property (PageView)
    In This Topic
    Gets or sets the engine for annotation scaling, as well as scale settings that are specific to this engine.
    Syntax
    'Declaration
     
    Public Property AnnotationScaleSettings As ImGearDisplayScaleSettings
    'Usage
     
    Dim instance As PageView
    Dim value As ImGearDisplayScaleSettings
     
    instance.AnnotationScaleSettings = value
     
    value = instance.AnnotationScaleSettings
    public ImGearDisplayScaleSettings AnnotationScaleSettings {get; set;}
    public: __property ImGearDisplayScaleSettings* get_AnnotationScaleSettings();
    public: __property void set_AnnotationScaleSettings( 
       ImGearDisplayScaleSettings* value
    );
    public:
    property ImGearDisplayScaleSettings^ AnnotationScaleSettings {
       ImGearDisplayScaleSettings^ get();
       void set (    ImGearDisplayScaleSettings^ value);
    }

    Property Value

    ImageGear.Display.ImGearDisplayScaleSettings class object.
    See Also