ClientPrintJobSettings.getWordWrapInfo 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 cli::array <System::Object ^> ^ getWordWrapInfo(System::String ^ _text, int _width, System::String ^ _fontName, int _charSet, int _fontHeight, int _style, int _weight);
public virtual object[] getWordWrapInfo (string _text, int _width, string _fontName, int _charSet, int _fontHeight, int _style, int _weight);
abstract member getWordWrapInfo : string * int * string * int * int * int * int -> obj[]
override this.getWordWrapInfo : string * int * string * int * int * int * int -> obj[]
Public Overridable Function getWordWrapInfo (_text As String, _width As Integer, _fontName As String, _charSet As Integer, _fontHeight As Integer, _style As Integer, _weight As Integer) As Object()
Parameters
- _text
- String
- _width
- Int32
- _fontName
- String
- _charSet
- Int32
- _fontHeight
- Int32
- _style
- Int32
- _weight
- Int32
Returns
Object[]