Visual Basic (Declaration) | |
---|---|
Public Property Resolution As Size |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Size Resolution {get; set;} |
Return Value
A Size structure that represents the resolution to load.For an example, refer to CodecsXpsOptions.
Specifies the resolution (in DPI) of the image to load. Specify Size.Empty/> to use current screen resolution (usually 96).
Setting values of less than 0 will throw an exception.
Deprecated - No longer supported.. Use CodecsRasterizeDocumentLoadOptions.XResolution and CodecsRasterizeDocumentLoadOptions.YResolution instead.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family