XFINIUM.PDF Documentation
Scope Property



Xfinium.Pdf.LogicalStructure Namespace > PdfStandardTableAttribute Class : Scope Property
Gets or sets the scope.
Syntax
'Declaration
 
Public Property Scope As PdfStandardTableScope
'Usage
 
Dim instance As PdfStandardTableAttribute
Dim value As PdfStandardTableScope
 
instance.Scope = value
 
value = instance.Scope
public PdfStandardTableScope Scope {get; set;}
public:
property PdfStandardTableScope Scope {
   PdfStandardTableScope get();
   void set (    PdfStandardTableScope value);
}

Property Value

A PdfStandardTableScope enum member specifying the scope.
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

PdfStandardTableAttribute Class
PdfStandardTableAttribute Members