'Declaration
Public Enum PdfStandardLayoutPlacement Inherits System.Enum
'Usage
Dim instance As PdfStandardLayoutPlacement
public enum PdfStandardLayoutPlacement : System.Enum
public enum class PdfStandardLayoutPlacement : public System.Enum
'Declaration
Public Enum PdfStandardLayoutPlacement Inherits System.Enum
'Usage
Dim instance As PdfStandardLayoutPlacement
public enum PdfStandardLayoutPlacement : System.Enum
public enum class PdfStandardLayoutPlacement : public System.Enum
Member | Description |
---|---|
Before | Placed so that the before edge of the element's allocation rectangle coincides with that of the nearest enclosing reference area. |
Block | Stacked in the block-progression direction within an enclosing reference area or parent. |
End | Placed so that the end edge of the element's allocation rectangle coincides with that of the nearest enclosing reference area. |
Inline | Packed in the inline-progression direction. |
Start | Placed so that the start edge of the element's allocation rectangle coincides with that of the nearest enclosing reference area. |
System.Object
System.ValueType
System.Enum
Xfinium.Pdf.LogicalStructure.PdfStandardLayoutPlacement
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