XFINIUM.PDF Documentation
OuterMargins Property



Xfinium.Pdf.FlowDocument Namespace > PdfFlowContent Class : OuterMargins Property
Gets or sets the content outer margins.
Syntax
'Declaration
 
Public Property OuterMargins As PdfFlowContentMargins
'Usage
 
Dim instance As PdfFlowContent
Dim value As PdfFlowContentMargins
 
instance.OuterMargins = value
 
value = instance.OuterMargins
public PdfFlowContentMargins OuterMargins {get; set;}
public:
property PdfFlowContentMargins^ OuterMargins {
   PdfFlowContentMargins^ get();
   void set (    PdfFlowContentMargins^ value);
}

Property Value

A PdfFlowContentMargins object specifying the content outer margins.
Remarks
The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


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

PdfFlowContent Class
PdfFlowContent Members