Producer Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
If the source document was a PDF, the producer of the source PDF document.

Namespace: PDFTron.SilverDox.Documents
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public string Producer { get; set; }
Visual Basic
Public Property Producer As String
	Get
	Set
Visual C++
public:
property String^ Producer {
	String^ get ();
	void set (String^ value);
}

See Also