Click or drag to resize

PdfCreatorInfoSubtype Property

Gets or sets the type of content controlled by the group.

Namespace: Patagames.Pdf.Net.Wrappers.OptionalContent
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public string Subtype { get; set; }

Property Value

String
Required.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe property is set and the value is null.
Remarks
Suggested values include but are not limited to Artwork, for graphic-design or publishing applications, and Technical, for technical designs such as building plans or schematics.
See Also