Click or drag to resize

PdfUser Class

Represents the User entry of the PdfOCUsage class.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.Net.WrappersPdfWrapper
    Patagames.Pdf.Net.Wrappers.OptionalContentPdfUser

Namespace: Patagames.Pdf.Net.Wrappers.OptionalContent
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfUser : PdfWrapper

The PdfUser type exposes the following members.

Constructors
 NameDescription
Public methodPdfUser(PdfTypeBase) Creates a new instance of PdfUser and initialize it with specified dictionary.
Public methodPdfUser(UserType, String) Creates new instance of PdfUser.
Public methodPdfUser(UserType, String) Creates new instance of PdfUser.
Top
Properties
 NameDescription
Public propertyName Gets or sets an array of text strings representing the names of the individual, position or organization.
Public propertyUserType Gets or sets a user type.
Top
Remarks
An User dictionary specifying one or more users for whom this optional content group is primarily intended. Please see remarks section at PdfOCAutoState for more details.
See Also