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