ImageGear .NET v25.2 - Updated
ImageGear.Web.ImageDataProcessor Assembly / ImageGear.Web.TextSearch Namespace / TextPage Class / Width Property




In This Topic
    Width Property (TextPage)
    In This Topic
    Page Width
    Syntax
    'Declaration
     
    <DataMemberAttribute(Name="width", 
       Order=1, 
       IsRequired=True)>
    Public Property Width As Integer
    'Usage
     
    Dim instance As TextPage
    Dim value As Integer
     
    instance.Width = value
     
    value = instance.Width
    [DataMember(Name="width", 
       Order=1, 
       IsRequired=true)]
    public int Width {get; set;}
    [DataMember(Name="width", 
       Order=1, 
       IsRequired=true)]
    public: __property int get_Width();
    public: __property void set_Width( 
       int value
    );
    [DataMember(Name="width", 
       Order=1, 
       IsRequired=true)]
    public:
    property int Width {
       int get();
       void set (    int value);
    }
    See Also