Android.Print.PrintDocumentInfo Members

The members of Android.Print.PrintDocumentInfo are listed below.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
ContentTypeDocumentPrintContentType (0). Content type: document.
const
ContentTypePhotoPrintContentType (1). Content type: photo.
const
ContentTypeUnknownPrintContentType (-1). Content type: unknown.
const
PageCountUnknownint (-1). Constant for unknown page count.

Public Properties

[read-only]
ContentTypePrintContentType. Gets the content type.
[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
DataSizelong. Gets the document data size in bytes.
[read-only]
Namestring. Gets the document name.
[read-only]
PageCountint. Gets the total number of pages.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.