WriterSettings Class Methods
In This Topic
For a list of all methods of this type, see
WriterSettings.
Public Methods
| | Name | Description |
 | BeginInit | Signals the WriterSettings that initialization is starting. |
 | Clone | Creates a new object that is a copy of the current instance. |
 | ConvertUnitsToPixels | Converts the value in specified units to the pixels. |
 | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
 | EndInit | Signals the WriterSettings that initialization is complete. |
 | GetSchema | Not implemented. |
 | GetTotalQuietZoneBottom | Returns the total quiet zone, in pixels, at bottom side. |
 | GetTotalQuietZoneLeft | Returns the total quiet zone, in pixels, at left side. |
 | GetTotalQuietZoneRight | Returns the total quiet zone, in pixels, at right side. |
 | GetTotalQuietZoneTop | Returns the total quiet zone, in pixels, at top side. |
 | ReadXml | Deserializes the WriterSettings from a specified System.Xml.XmlReader. |
 | SetWidth | Sets the desired width of barcode. |
 | WriteXml | Serializes the WriterSettings to a specified System.Xml.XmlWriter. |
See Also