C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the width of the PDF page in pixels.
public int Width { get; set; }
Public Property Width As Integer
public int Width {get; set;}
@property (nonatomic, assign) NSInteger width
public int getWidth()
public void setWidth(int value)
<br/>get_Width();<br/>set_Width(value);<br/>Object.defineProperty('Width');
The width of the PDF page in pixels.
The width of the page in pixels. This is the same width of the RasterImage object to the RasterCodecs.Save method used to create this file.
For an example, refer to CodecsRasterPdfInfo.
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