Click or drag to resize

PdfCreatorInfo(String, String) Constructor

Creates new instance of PdfCreatorInfo.

Namespace: Patagames.Pdf.Net.Wrappers.OptionalContent
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public PdfCreatorInfo(
	string creator,
	string subtype
)

Parameters

creator  String
A text string specifying the application that created the group.
subtype  String
The type of content controlled by the group.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe exception that is thrown when a null reference (Nothing in Visual Basic) is passed.
See Also