Click or drag to resize

PdfOCGStateAction Class

A set-OCG-state action (PDF 1.5) sets the state of one or more optional content groups.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfAction
    Patagames.Pdf.Net.ActionsPdfOCGStateAction

Namespace: Patagames.Pdf.Net.Actions
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfOCGStateAction : PdfAction

The PdfOCGStateAction type exposes the following members.

Constructors
 NameDescription
Public methodPdfOCGStateAction(PdfDocument) Initializes a new instance of the PdfMovieAction class.
Public methodPdfOCGStateAction(PdfDocument, IntPtr) Initializes a new instance of the PdfAction class.
Top
Properties
 NameDescription
Public propertyPreserveRB Gets or sets a flag indicating whether radio-button state relationships between optional content groups should be preserved when the states in the State array are applied.
Top
See Also