OlePresentationOptions
OlePresentationOptions(byte[], string, int)
Initializes a new instance of the OlePresentationOptions
class.
public OlePresentationOptions(byte[] objectData, string extension, int pageNumber)
Parameter | Type | Description |
---|---|---|
objectData | Byte[] | The data of the embedded object. |
extension | String | The extension of the embedded object. |
pageNumber | Int32 | The page number for adding embedded object. |
See Also
- class OlePresentationOptions
- namespace GroupDocs.Merger.Domain.Options
- assembly GroupDocs.Merger
OlePresentationOptions(string, int)
Initializes a new instance of the OlePresentationOptions
class.
public OlePresentationOptions(string filePath, int pageNumber)
Parameter | Type | Description |
---|---|---|
filePath | String | The file path of the embedded object. |
pageNumber | Int32 | The page number for adding embedded object. |
See Also
- class OlePresentationOptions
- namespace GroupDocs.Merger.Domain.Options
- assembly GroupDocs.Merger