PdfPageObjectType.IsValidType(Int32) Method

Definition

Checks if the given type is a valid PDF page object type.

[Android.Runtime.Register("isValidType", "(I)Z", "", ApiSince=36)]
public static bool IsValidType(int type);
[<Android.Runtime.Register("isValidType", "(I)Z", "", ApiSince=36)>]
static member IsValidType : int -> bool

Parameters

type
Int32

The type to check.

Returns

true if the type is valid, false otherwise.

Attributes

Remarks

Checks if the given type is a valid PDF page object type.

Java documentation for android.graphics.pdf.component.PdfPageObjectType.isValidType(int).

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.

Applies to