XFINIUM.PDF Documentation
TopMargin Property



Gets or sets the top margin.
Syntax
'Declaration
 
Public Property TopMargin As Double
'Usage
 
Dim instance As PdfFlowDocumentHeader
Dim value As Double
 
instance.TopMargin = value
 
value = instance.TopMargin
public double TopMargin {get; set;}
public:
property double TopMargin {
   double get();
   void set (    double value);
}

Property Value

Margin from top page border where the header starts.
Remarks
If the header top margin plus header height are greater than page top margin, the page top margin is increased (content is moved down) in order to accomodate the header.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfFlowDocumentHeader Class
PdfFlowDocumentHeader Members

Send Feedback