'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); }