다음을 통해 공유


PrintDocumentInfo.ContentTypeDocument 필드

정의

주의

This constant will be removed in the future version. Use Android.Print.PrintContentType enum directly instead of this field.

콘텐츠 형식: 문서입니다.

[Android.Runtime.Register("CONTENT_TYPE_DOCUMENT")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Print.PrintContentType enum directly instead of this field.", true)]
public const Android.Print.PrintContentType ContentTypeDocument = 0;
[<Android.Runtime.Register("CONTENT_TYPE_DOCUMENT")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Print.PrintContentType enum directly instead of this field.", true)>]
val mutable ContentTypeDocument : Android.Print.PrintContentType

필드 값

Value = 0

구현

특성

설명

콘텐츠 형식: 문서입니다.

인쇄 서비스는 전용 사진 용지 대신 일반 용지를 사용하여 콘텐츠를 인쇄할 수 있습니다. 또한 콘텐츠가 사진만큼 인쇄 품질 변형에 민감하지 않기 때문에 더 낮은 품질의 인쇄 프로세스를 사용할 수 있습니다.

에 대한 android.print.PrintDocumentInfo.CONTENT_TYPE_DOCUMENTJava 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상