Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Initializes a new instance of the ServerDocument class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
ServerDocument(String) | Initializes a new instance of the ServerDocument class using the full path of the document to be loaded. |
![]() |
ServerDocument(array<Byte[], String) | Initializes a new instance of the ServerDocument class using a byte array that represents the document to be loaded and the file name extension of the document. |
![]() |
ServerDocument(Stream, String) | Initializes a new instance of the ServerDocument class using a stream that represents the document to be loaded and the file name extension of the document. |
![]() |
ServerDocument(String, FileAccess) | Initializes a new instance of the ServerDocument class using the full path of the document to be loaded and a value that indicates the file access for the document. |
Top