Visual Basic (Declaration) | |
---|---|
Public Property BottomMargin As Double |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsRtfLoadOptions Dim value As Double instance.BottomMargin = value value = instance.BottomMargin |
C# | |
---|---|
public double BottomMargin {get; set;} |
Property Value
Value that represents the size in inches of the bottom margin used when loading RTF images.For an example, refer to CodecsRtfOptions.
Deprecated - No longer supported.. Use CodecsRasterizeDocumentLoadOptions.BottomMargin instead.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)