C#
VB
Java
Objective-C
C++
Initializes a new instance of the DocumentSvgPage class.
public DocumentSvgPage()
Public Function New()
- (instancetype)init
public DocumentSvgPage()
public:
DocumentSvgPage();
This constructor will initialize the members of DocumentSvgPage as follows:
Member | Description |
---|---|
Type | DocumentPageType.Svg |
SvgDocument | null |
Image | null |
Width | 0 |
Height | 0 |
AnnotationContainer | null |
For an example, refer to DocumentWriter.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET