XFINIUM.PDF Documentation
OptionalContentGroups Property



Gets the list of optional content groups included in the page content.
Syntax
'Declaration
 
Public ReadOnly Property OptionalContentGroups As PdfOptionalContentGroupCollection
'Usage
 
Dim instance As PdfPage
Dim value As PdfOptionalContentGroupCollection
 
value = instance.OptionalContentGroups
public PdfOptionalContentGroupCollection OptionalContentGroups {get;}
public:
property PdfOptionalContentGroupCollection^ OptionalContentGroups {
   PdfOptionalContentGroupCollection^ get();
}

Property Value

The list of optional content groups included in the page content
Remarks
This collection is filled automatically with the optional content groups drawn on the page, either when page content is created or when a page is loaded from a source file.
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

PdfPage Class
PdfPage Members

Send Feedback