Skip to main content
Version: API v2 Preview

ModifyPathRequest

Kind: class
Module/package: models
SDK: pdfdancer-client-typescript 2.0.0

Request object for modifying path colors. Setting colors to null means "don't change them".

Declaration

class ModifyPathRequest

Members

constructor

constructor(objectRef: ObjectRef, strokeColor?: Color, fillColor?: Color): ModifyPathRequest

toDict

toDict(): Record<string, any>

fillColor

fillColor?: Color

objectRef

objectRef: ObjectRef

strokeColor

strokeColor?: Color

View source at 7bd49ac104cc