Freigeben über


PdfRenderer.DocumentLinearizedTypeLinearized Field

Definition

Caution

This constant will be removed in the future version. Use Android.Graphics.Pdf.PdfRendererDocumentLinearizedType enum directly instead of this field.

Represents a linearized PDF document.

[Android.Runtime.Register("DOCUMENT_LINEARIZED_TYPE_LINEARIZED", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Pdf.PdfRendererDocumentLinearizedType enum directly instead of this field.", true)]
public const Android.Graphics.Pdf.PdfRendererDocumentLinearizedType DocumentLinearizedTypeLinearized = 1;
[<Android.Runtime.Register("DOCUMENT_LINEARIZED_TYPE_LINEARIZED", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Pdf.PdfRendererDocumentLinearizedType enum directly instead of this field.", true)>]
val mutable DocumentLinearizedTypeLinearized : Android.Graphics.Pdf.PdfRendererDocumentLinearizedType

Field Value

Value = 1
Attributes

Remarks

Represents a linearized PDF document.

Java documentation for android.graphics.pdf.PdfRenderer.DOCUMENT_LINEARIZED_TYPE_LINEARIZED.

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