VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Office.DocumentEditor.UI Namespace / DocumentPageMarginProperties Class / Footer Property
Syntax Requirements SeeAlso
In This Topic
    Footer Property (DocumentPageMarginProperties)
    In This Topic
    Gets or sets the margin, in Vintasoft.Imaging.UnitOfMeasure.DeviceIndependentPixels, for the page footer.
    Syntax
    'Declaration
    
    Public Property Footer As Double
    
    
    public double Footer { get; set; }
    
    
    public: __property double get_Footer();
    public: __property void set_Footer(
    double value
    );
    public:
    property double Footer { double get(); void set(double value); }
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also