Click or drag to resize

PdfCreatorInfo Class

Represents the CreatorInfo entry of the PdfOCUsage class.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.Net.WrappersPdfWrapper
    Patagames.Pdf.Net.Wrappers.OptionalContentPdfCreatorInfo

Namespace:  Patagames.Pdf.Net.Wrappers.OptionalContent
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public class PdfCreatorInfo : PdfWrapper

The PdfCreatorInfo type exposes the following members.

Constructors
  NameDescription
Public methodPdfCreatorInfo(PdfTypeBase)
Creates a new instance of PdfCreatorInfo and initialize it with specified dictionary.
Public methodPdfCreatorInfo(String, String)
Creates new instance of PdfCreatorInfo.
Top
Properties
  NameDescription
Public propertyCreator
Gets or sets a text string specifying the application that created the group.
Public propertySubtype
Gets or sets the type of content controlled by the group.
Top
Remarks
The CreatorInfo dictionary used to store application-specific data associated with optional content group.
See Also