IImportDocumentOptions

IImportDocumentOptions interface

Interface for import of the embedded document.

public interface IImportDocumentOptions : IOptions

Properties

Name Description
Extension { get; } The extension of the embedded object.
ObjectData { get; } The data of the embedded object.
PageNumber { get; } The page number for inserting of the embedded object.

See Also