XFINIUM.PDF Documentation
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 inner 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 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

PdfFlowContent Class
PdfFlowContent Members

Send Feedback