LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
PaperWidth Property
See Also 
Leadtools.Codecs Namespace > CodecsRtfLoadOptions Class : PaperWidth Property



Gets or sets the width of the paper used when loading RTF images.

Syntax

Visual Basic (Declaration) 
Public Property PaperWidth As Double
Visual Basic (Usage)Copy Code
Dim instance As CodecsRtfLoadOptions
Dim value As Double
 
instance.PaperWidth = value
 
value = instance.PaperWidth
C# 
public double PaperWidth {get; set;}
C++/CLI 
public:
property double PaperWidth {
   double get();
   void set (    double value);
}

Property Value

Value that represents the width in inches of the paper used when loading RTF images.

Example

For an example, refer to CodecsRtfOptions.

Remarks

Deprecated - No longer supported.. Use CodecsRasterizeDocumentLoadOptions.PageWidth instead.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also