ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEImageAttrs Class / Width Field




In This Topic
    Width Field (ImGearPDEImageAttrs)
    In This Topic
    Width of the image, corresponding to the Width key in the image dictionary.
    Syntax
    'Declaration
     
    Public Width As Integer
    'Usage
     
    Dim instance As ImGearPDEImageAttrs
    Dim value As Integer
     
    value = instance.Width
     
    instance.Width = value
    public int Width
    public: int Width
    public:
    int Width

    Field Value

    Integer value.
    Remarks
    The default value is 0.
    See Also