XFINIUM.PDF Documentation
PdfStandardLayoutPlacement Enumeration



Xfinium.Pdf.LogicalStructure Namespace : PdfStandardLayoutPlacement Enumeration
Specifies the available values for PdfStandardLayoutAttribute.Placement property.
Syntax
'Declaration
 
Public Enum PdfStandardLayoutPlacement 
   Inherits System.Enum
'Usage
 
Dim instance As PdfStandardLayoutPlacement
public enum PdfStandardLayoutPlacement : System.Enum 
public enum class PdfStandardLayoutPlacement : public System.Enum 
Members
MemberDescription
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xfinium.Pdf.LogicalStructure.PdfStandardLayoutPlacement

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

Xfinium.Pdf.LogicalStructure Namespace