com.groupdocs.annotation.domain.response
Class GetPdf2JavaScriptResponse

java.lang.Object
  extended by com.groupdocs.annotation.domain.response.GetPdf2JavaScriptResponse

public class GetPdf2JavaScriptResponse
extends Object

Get PDF to JavaScript response

Author:
Aleksey Permyakov

Constructor Summary
GetPdf2JavaScriptResponse()
           
 
Method Summary
 Double getMaxPageHeight()
          Get maximum page height
 List<GetPdf2JavaScriptResponsePages> getPages()
          Get list of response pages
 Double getWidthForMaxHeight()
          Get width for maximum page height
 void setMaxPageHeight(Double maxPageHeight)
          Set maximum page height
 void setPages(List<GetPdf2JavaScriptResponsePages> pages)
          Set list of response pages
 void setWidthForMaxHeight(Double widthForMaxHeight)
          Set width for maximum page height
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetPdf2JavaScriptResponse

public GetPdf2JavaScriptResponse()
Method Detail

getPages

public final List<GetPdf2JavaScriptResponsePages> getPages()
Get list of response pages

Returns:
list of response pages

setPages

public final void setPages(List<GetPdf2JavaScriptResponsePages> pages)
Set list of response pages

Parameters:
pages - list of response pages

getMaxPageHeight

public final Double getMaxPageHeight()
Get maximum page height

Returns:
maximum page height

setMaxPageHeight

public final void setMaxPageHeight(Double maxPageHeight)
Set maximum page height

Parameters:
maxPageHeight - maximum page height

getWidthForMaxHeight

public final Double getWidthForMaxHeight()
Get width for maximum page height

Returns:
width

setWidthForMaxHeight

public final void setWidthForMaxHeight(Double widthForMaxHeight)
Set width for maximum page height

Parameters:
widthForMaxHeight - width


Copyright © 2014. All rights reserved.