ResourceNames Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
A list of the names of the resources which are required to render the page. This is a low-level property that would not normally be used unless creating a custom document viewer with very specific loading requirements. If so, it would be used in conjunction with LoadPartAsync()()()().

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

Syntax

C#
public List<string> ResourceNames { get; internal set; }
Visual Basic
Public Property ResourceNames As List(Of String)
	Get
	Friend Set
Visual C++
public:
property List<String^>^ ResourceNames {
	List<String^>^ get ();
	internal: void set (List<String^>^ value);
}

See Also