Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / ImageScale Class / Position Property

In This Topic
    Position Property (ImageScale)
    In This Topic
    Gets or sets the position of an image.

    The two numbers between 0.0 and 1.0 indicate the fraction of leftover space to allocate at the left and bottom of an image. A value of (0.0, 0.0) positions the image at the bottom-left corner of the button rectangle. A value of (0.5, 0.5) centers it within the rectangle.

    This value is used only if the image is scaled proportionally.
    Syntax
    'Declaration
     
    Public Property Position As System.Drawing.PointF
    public System.Drawing.PointF Position {get; set;}
    See Also