 | PdfCreatorInfoSubtype Property |
Gets or sets the type of content controlled by the group.
Namespace: Patagames.Pdf.Net.Wrappers.OptionalContentAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic string Subtype { get; set; }
Public Property Subtype As String
Get
Set
public:
property String^ Subtype {
String^ get ();
void set (String^ value);
}
member Subtype : string with get, set
/** @property */
public String get_Subtype()
/** @property */
public void set_Subtype(String value)
function get_Subtype();
function set_Subtype(value);
Property Value
StringRequired.
Exceptions
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