PartName Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
The name of the part being returend.

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

Syntax

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

See Also