TxtPageMarginTop Property (GdPictureDocumentConverter)
                In This Topic
            
            
            Specifies the top page margin, in points, of the resulting document when converting from the source txt file.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property TxtPageMarginTop As Single
             
        
            
            public float TxtPageMarginTop {get; set;}
             
        
            
            public read-write property TxtPageMarginTop: Single; 
             
        
            
            public function get,set TxtPageMarginTop : float
             
        
            
            public: __property float get_TxtPageMarginTop();
public: __property void set_TxtPageMarginTop( 
   float value
);
             
        
            
            public:
property float TxtPageMarginTop {
   float get();
   void set (    float value);
}
             
        
             
        
            
            
            Property Value
The default value is 10.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also