ClientPrintJobSettings.getTextWidth Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual int getTextWidth(System::String ^ _text, System::String ^ _fontName, int _charSet, int _fontHeight, int _style, int _weight);
public virtual int getTextWidth (string _text, string _fontName, int _charSet, int _fontHeight, int _style, int _weight);
abstract member getTextWidth : string * string * int * int * int * int -> int
override this.getTextWidth : string * string * int * int * int * int -> int
Public Overridable Function getTextWidth (_text As String, _fontName As String, _charSet As Integer, _fontHeight As Integer, _style As Integer, _weight As Integer) As Integer
Parameters
- _text
- String
- _fontName
- String
- _charSet
- Int32
- _fontHeight
- Int32
- _style
- Int32
- _weight
- Int32