Dropbox .NET SDK
Show / Hide Table of Contents

Class PaperCreateError.ImageSizeExceeded

The imported document contains an image that is too large. The current limit is 1MB. This only applies to HTML with data URI.

Inheritance
object
PaperCreateError
PaperCreateError.ImageSizeExceeded
Inherited Members
PaperCreateError.IsInvalidPath
PaperCreateError.AsInvalidPath
PaperCreateError.IsEmailUnverified
PaperCreateError.AsEmailUnverified
PaperCreateError.IsInvalidFileExtension
PaperCreateError.AsInvalidFileExtension
PaperCreateError.IsPaperDisabled
PaperCreateError.AsPaperDisabled
PaperCreateError.IsInsufficientPermissions
PaperCreateError.AsInsufficientPermissions
PaperCreateError.IsContentMalformed
PaperCreateError.AsContentMalformed
PaperCreateError.IsDocLengthExceeded
PaperCreateError.AsDocLengthExceeded
PaperCreateError.IsImageSizeExceeded
PaperCreateError.AsImageSizeExceeded
PaperCreateError.IsOther
PaperCreateError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class PaperCreateError.ImageSizeExceeded : PaperCreateError

Fields

View Source

Instance

A singleton instance of ImageSizeExceeded

Declaration
public static readonly PaperCreateError.ImageSizeExceeded Instance
Field Value
Type Description
PaperCreateError.ImageSizeExceeded
  • View Source
In this article
Back to top Dropbox .NET SDK