다음을 통해 공유


PrintDocumentInfo.ContentTypePhoto 필드

정의

주의

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

콘텐츠 형식: 사진.

[Android.Runtime.Register("CONTENT_TYPE_PHOTO")]
[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 ContentTypePhoto = 1;
[<Android.Runtime.Register("CONTENT_TYPE_PHOTO")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Print.PrintContentType enum directly instead of this field.", true)>]
val mutable ContentTypePhoto : Android.Print.PrintContentType

필드 값

Value = 1

구현

특성

설명

콘텐츠 형식: 사진.

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

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

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

적용 대상