PrintDocumentInfo.Builder(String) Constructor
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.
Constructor.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public Builder (string name);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Android.Print.PrintDocumentInfo.Builder : string -> Android.Print.PrintDocumentInfo.Builder
Parameters
- name
- String
The document name which may be shown to the user and is the file name if the content it describes is saved as a PDF. Cannot be empty.
- Attributes
Remarks
Constructor.
The values of the relevant properties are initialized with defaults. Please refer to the documentation of the individual setters for information about the default values.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.